ArcPad BookMark File Schema
SIMPLERENDERER Element
See Also  Send comments on this topic.
ArcPad BookMark File Schema > SYMBOLOGY Element : SIMPLERENDERER Element

Glossary Item Box

Description

Used to display features using one symbol.

Diagram

TRUETYPEMARKERSYMBOL Element SIMPLEPOLYGONSYMBOL Element SIMPLEMARKERSYMBOL Element SIMPLELINESYMBOL Element RASTERMARKERSYMBOL Element RASTERFILLSYMBOL Element GROUPSYMBOL Element COMPLEXPOLYGONSYMBOL Element COMPLEXLINESYMBOL Element Sequence SIMPLERENDERER Element

Overview

SIMPLERENDERER
Used to display features using one symbol.
refscale optional xs:string
rotationfield optional xs:string
rotationtype optional Restriction of xs:string
visible optional Restriction of xs:string
Sequence
COMPLEXLINESYMBOL
Used to symbolize line features. Provides additional symbology options beyond SIMPLELINESYMBOL.
COMPLEXPOLYGONSYMBOL
Used to symbolize polygon features. Provides additional symbology options beyond SIMPLEPOLYGONSYMBOL.
GROUPSYMBOL
Used to symbolize features with multiple symbols acting as a single symbol (e.g., a freeway line symbol consists of a group of 3 line symbols).
RASTERFILLSYMBOL
Symbolizes polygon features using the specified image as a fill symbol.
RASTERMARKERSYMBOL
Symbolizes point features using the specified raster image.
SIMPLELINESYMBOL
Used to symbolize line features.
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
SIMPLEPOLYGONSYMBOL
Used to symbolize polygon features.
TRUETYPEMARKERSYMBOL
Used to symbolize point features using TrueType symbols.

Attributes

NameTypeUseDefaultFixedDescription
refscalexs:stringoptional   
rotationfieldxs:stringoptional   
rotationtypeRestriction of xs:stringoptional   
visibleRestriction of xs:stringoptionalfalse  

Remarks

The visible attribute is used in an ArcPad map file (.apm) to override a layer's SIMPLERENDERER element in its ArcPad layer file (.apl). If the value of the visible attribute is "true" in an ArcPad map file (.apm), then the SIMPLELABELRENDERER element in the layer's ArcPad layer file (.apl) is ignored.

Examples

Restrictions

One symbol must be specified. Only one is allowed.

Source

<xs:element name="SIMPLERENDERER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="COMPLEXLINESYMBOL" />
      <xs:element ref="COMPLEXPOLYGONSYMBOL" />
      <xs:element ref="GROUPSYMBOL" />
      <xs:element ref="RASTERFILLSYMBOL" />
      <xs:element ref="RASTERMARKERSYMBOL" />
      <xs:element ref="SIMPLELINESYMBOL" />
      <xs:element ref="SIMPLEMARKERSYMBOL" />
      <xs:element ref="SIMPLEPOLYGONSYMBOL" />
      <xs:element ref="TRUETYPEMARKERSYMBOL" />
    </xs:sequence>
    <xs:attribute ref="refscale" />
    <xs:attribute ref="rotationfield" />
    <xs:attribute default="" ref="rotationtype" />
    <xs:attribute ref="visible" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.